/* 字体引入 */
@font-face {
  font-family: 'r';
  src: url('../fonts/poppins-regular.ttf');
}
@font-face {
  font-family: 'hc';
  src: url('../fonts/Helvetica-Condensed-Black-Se.ttf');
}
/* 网站基本宽度（注意修改） */
.container {
  max-width: 1100px;
  padding: 0 15px;
}
body::-webkit-scrollbar {
  width: 15px;    
}
#header {
  top: -99px;
  transition: 500ms;
}
#header.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
#header.active .h-top {
  display: none;
}
#header.active ~ .index-banner {
  margin-top: 138px;
}
#header .h-top {
  padding: 10px 0;
  background: #ececec;
}
#header .h-top .container .h-top-l {
  font: 12px "微软雅黑";
  color: #4b4747;
}
#header .h-top .container .h-top-lan {
  margin-left: 30px;
}
#header .h-top .container .h-top-lan a {
  font: 12px r;
  color: #333333;
}
#header .h-top .container .h-top-lan a:hover {
  text-decoration: underline;
}
#header .h-top .container .h-top-lan span {
  margin: 0 10px;
  color: #333333;
}
#header .h-top .container .h-top-share i {
  font-size: 14px;
  color: #5e5e5e;
  margin-right: 10px;
}
#header .h-top .container .h-top-share i:last-of-type {
  margin-right: 0;
}
#header .nav {
  background: #fff;
  position: relative;
  z-index: 999;
}
#header .nav .container {
  height: 99px;
}
#header .nav .container .logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#header .nav .container .search-btn {
  width: 17px;
  height: 17px;
  background: url(../images/search.png) center center no-repeat;
  border: none;
  outline: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 30px;
}
#header .nav .container .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .container .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .container .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .container .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  font-family: r;
  color: #000;
  padding: 10px 0;
}
#header .nav .container .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .container .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .container .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .container .toggle-btn {
  border: none;
  outline: none;
  background-color: transparent;
  width: 46px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#header .nav .container .toggle-btn span {
  display: block;
  height: 1px;
  background: #333;
  margin-bottom: 11px;
  transition: 500ms;
}
#header .nav .container .toggle-btn span:last-of-type {
  margin-bottom: 0;
}
#header .nav .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 13% top;
}
#header .nav .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#header .nav .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 13% top;
}
#header .nav .container .menu-box .menu {
  font-size: 0;
}
#header .nav .container .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin-left: 35px;
  padding: 40px 0;
}
#header .nav .container .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .nav .container .menu-box .menu > li > a {
  font: 14px "微软雅黑";
  color: #333333;
}
#header .nav .container .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  z-index: 101;
  display: none;
}
#header .nav .container .menu-box .menu > li .sub-menu li a {
  color: #333;
  font: 14px/30px "微软雅黑";
  display: block;
  transition: 300ms;
  text-align: center;
  text-transform: capitalize;
}
#header .nav .container .menu-box .menu > li .sub-menu li a:hover {
  background-color: #eee;
}
#header .toggle-nav {
  position: fixed;
  left: -270px;
  top: 0;
  padding-top: 80px;
  width: 270px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  transition: 300ms;
  display: none;
  z-index: 998;
}
#header .nav .container .menu-box .menu > li .sub-menu li{
  position: relative;
}
#header .nav .container .menu-box .menu > li .sub-menu li .childen{
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  background: #fff;
}
#header .nav .container .menu-box .menu > li .sub-menu li:hover .childen{
  display: block;
}
#header .toggle-nav.open {
  left: 0;
}
#header .toggle-nav .menu > li {
  padding: 0 15px;
}
#header .toggle-nav .menu > li > a {
  display: block;
  font: 16px/40px "微软雅黑";
  color: #333;
  text-transform: uppercase;
}
#header .toggle-nav .menu > li .sub-menu > li > a {
  display: block;
  font: 14px/35px "微软雅黑";
  color: #333;
  padding-left: 15px;
  text-transform: uppercase;
}
#header .toggle-nav .menu ul.childen>li{
  font: 14px/35px "微软雅黑";
  padding-left: 30px;
  display: block;
}
#header .toggle-nav .search-box2 {
  padding: 15px;
}
#header .toggle-nav .search-box2 input {
  width: 80%;
  height: 40px;
  border: none;
  font: 16px "微软雅黑";
  color: #000;
  padding-left: 15px;
  background-color: #ccc;
}
#header .toggle-nav .search-box2 button {
  width: 20%;
  height: 40px;
  border: none;
  background-color: #333;
}
#header .toggle-nav .search-box2 button i {
  font-size: 18px;
  color: #fff;
}
#header .toggle-nav .h-lan2 {
  padding: 10px;
}
#header .toggle-nav .h-lan2 .title {
  font: 16px/20px "微软雅黑";
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#header .toggle-nav .h-lan2 .link a {
  font: 16px/30px "微软雅黑";
  color: #333;
  text-transform: uppercase;
  display: block;
}
.index-banner .swiper-slide {
  height: 800px;
}
.index-banner .swiper-slide:nth-of-type(1){
  background: url(../images/banner.jpg) center center no-repeat;
  background-size: cover;
}
.index-banner .swiper-slide:nth-of-type(2){
  background: url(../images/banner2.jpg) center center no-repeat;
  background-size: cover;
}
.index-banner .swiper-slide:nth-of-type(3){
  background: url(../images/banner3.jpg) center center no-repeat;
  background-size: cover;
}
.index-banner .swiper-slide .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.index-banner .swiper-slide .container .inner {
  max-width: 590px;
}
.index-banner .swiper-slide .container .inner p:nth-of-type(1) {
  font: bold 42px/59px "微软雅黑";
  color: #fff;
}
.index-banner .swiper-slide .container .inner p:nth-of-type(2) {
  font: bold 16px/22px arial;
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0 60px;
}
.index-banner .swiper-slide .container .inner a {
  width: 191px;
  height: 55px;
  display: block;
  border-radius: 28px;
  font: 14px/55px "微软雅黑";
  color: #fff;
  text-align: center;
  padding-right: 40px;
  background: #b8271e url(../images/right.png) right 25px center no-repeat;
  box-shadow: 15px 15px 34px rgba(0, 0, 0, 0.18);
}
.index-banner .swiper-slide .container .inner a:hover {
  text-decoration: underline;
}
.index-banner #banner-prev,
.index-banner #banner-next {
  background: none;
  width: 14px;
  height: 26px;
}
.index-banner #banner-prev {
  background: url(../images/banner-l.png) center center no-repeat;
  left: 50px;
}
.index-banner #banner-next {
  background: url(../images/banner-r.png) center center no-repeat;
  right: 50px;
}
.index-product .ip-top {
  padding: 70px 0 75px;
}
.index-product .ip-top .container .grid-box {
  margin: -5px;
}
.index-product .ip-top .container .grid-box .column {
  padding: 5px;
}
.index-product .ip-top .container .grid-box .column:nth-of-type(1) .inner img {
  left: -20px;
  bottom: -40px;
}
.index-product .ip-top .container .grid-box .column:nth-of-type(2) .inner img {
  left: 0;
  bottom: -40px;
}
.index-product .ip-top .container .grid-box .column:nth-of-type(3) .inner img {
  left: 30px;
  bottom: -40px;
}
.index-product .ip-top .container .grid-box .column .inner {
  height: 340px;
  background: url(../images/ipbg.jpg) center center no-repeat;
  transition: 300ms;
  position: relative;
}
.index-product .ip-top .container .grid-box .column .inner:hover {
  background: url(../images/ipbg-hv.jpg) center center no-repeat;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.index-product .ip-top .container .grid-box .column .inner:hover .inner-info p:nth-of-type(1) {
  color: #fff;
}
.index-product .ip-top .container .grid-box .column .inner:hover .inner-info p:nth-of-type(2) {
  color: #fff;
}
.index-product .ip-top .container .grid-box .column .inner:hover .inner-info > a {
  background: url(../images/ip-jt-hv.png) center center no-repeat;
}
.index-product .ip-top .container .grid-box .column .inner .inner-info {
  position: absolute;
  left: 40px;
  top: 40px;
  max-width: 250px;
}
.index-product .ip-top .container .grid-box .column .inner .inner-info p:nth-of-type(1) {
  font: bold 23px "微软雅黑";
  color: #1c1c1c;
  margin-bottom: 10px;
  transition: 300ms;
}
.index-product .ip-top .container .grid-box .column .inner .inner-info p:nth-of-type(2) {
  font: bold 25px arial;
  color: #1c1c1c;
  text-transform: uppercase;
  transition: 300ms;
  margin-bottom: 15px;
}
.index-product .ip-top .container .grid-box .column .inner .inner-info > a {
  display: block;
  width: 58px;
  height: 17px;
  background: url(../images/ip-jt.png) center center no-repeat;
  transition: 300ms;
}
.index-product .ip-top .container .grid-box .column .inner img {
  position: absolute;
}
.index-product .ip-bottom {
  padding: 45px 0 35px;
  background: #fbfbfb;
}
.index-product .ip-bottom .container {
  max-width: 1700px;
}
.index-product .ip-bottom .container .tit {
  text-align: center;
  margin-bottom: 30px;
}
.index-product .ip-bottom .container .tit p:nth-of-type(1) {
  font: 30px "微软雅黑";
  color: #44403f;
  margin-bottom: 10px;
}
.index-product .ip-bottom .container .tit p:nth-of-type(2) {
  font: 35px hc;
  color: #9c9c9c;
  text-transform: uppercase;
}
.index-product .ip-bottom .container .list {
  padding-bottom: 45px;
  position: relative;
}
.index-product .ip-bottom .container .list #ip .swiper-slide .img img {
  width: 100%;
}
.index-product .ip-bottom .container .list #ip .swiper-slide p {
  text-align: center;
  font: bold 16px "微软雅黑";
  color: #44403f;
  margin-top: 15px;
}
.index-product .ip-bottom .container .list #ip-page {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.index-product .ip-bottom .container .list #ip-page .swiper-pagination-bullet {
  width: 21px;
  height: 9px;
  background: #989595;
  border-radius: 4px;
  margin: 0 4px;
  opacity: 1;
}
.index-product .ip-bottom .container .list #ip-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b8271e;
}
.index-about {
  padding: 50px 0;
  background: url(../images/iabg.jpg) center center no-repeat;
  background-size: cover;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .container .item {
  width: 270px;
  height: 299px;
  background: url(../images/iaitembg.png) center center no-repeat;
  position: relative;
  transition: 300ms;
  cursor: pointer;
}
.index-about .container .item:hover {
  background: url(../images/iaitembg-hv.png) center center no-repeat;
}
.index-about .container .item .inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.index-about .container .item .inner p:nth-of-type(1) {
  font: bold 25px "微软雅黑";
  color: #fff;
  margin-bottom: 10px;
}
.index-about .container .item .inner p:nth-of-type(2) {
  font: 20px hc;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 5px;
}
.index-about .container .item .inner p:nth-of-type(3) {
  font: 13px "微软雅黑";
  color: #fff;
  margin-bottom: 15px;
}
.index-about .container .item .inner a {
  display: inline-block;
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  background: url(../images/ia-jt.png) center center no-repeat;
}
.index-news {
  padding: 40px 0 60px;
}
.index-news .container {
  max-width: 1300px;
}
.index-news .container .tit {
  text-align: center;
  margin-bottom: 30px;
}
.index-news .container .tit p:nth-of-type(1) {
  font: 30px "微软雅黑";
  color: #44403f;
  margin-bottom: 10px;
}
.index-news .container .tit p:nth-of-type(2) {
  font: 35px hc;
  color: #9c9c9c;
}
.index-news .container .in-list {
  overflow: hidden;
}
.index-news .container .in-list .grid-box {
  margin: -15px -27px;
}
.index-news .container .in-list .grid-box .column {
  padding: 15px 27px;
}
.index-news .container .in-list .grid-box .column p:nth-of-type(1) {
  font: 14px arial;
  color: #696565;
}
.index-news .container .in-list .grid-box .column p:nth-of-type(1) span {
  font: 37px arial;
  color: #000;
  border-right: 1px solid #e0dddd;
  padding-right: 5px;
  margin-right: 13px;
}
.index-news .container .in-list .grid-box .column p:nth-of-type(2) {
  margin: 10px 0 15px;
  font: 15px "微软雅黑";
  color: #000;
}
.index-news .container .in-list .grid-box .column p:nth-of-type(2) a:hover {
  color: #b8271e;
}
.index-news .container .in-list .grid-box .column p:nth-of-type(3) {
  font: 12px/18px "微软雅黑";
  color: #6f6c6c;
}
.index-news .container .in-link {
  width: 191px;
  height: 55px;
  display: block;
  border-radius: 27px;
  background: #b8271e;
  text-align: center;
  font: 16px/55px "微软雅黑";
  color: #fff;
  margin: 35px auto 0;
  box-shadow: 15px 15px 34px rgba(0, 0, 0, 0.18);
  transition: 300ms;
}
.index-news .container .in-link:hover {
  background: #333;
}
.index-contact .left {
  width: 50%;
  height: 400px;
  background: url(../images/ic-l.jpg) center center no-repeat;
}
.index-contact .right {
  width: 50%;
  height: 400px;
  background: url(../images/ic-r.jpg) center center no-repeat;
  padding: 65px 15px 0 50px;
}
.index-contact .right .tit {
  font: bold 30px "微软雅黑";
  color: #fff;
  padding: 0 0 15px 35px;
  position: relative;
  margin-bottom: 25px;
}
.index-contact .right .tit:after {
  content: "";
  position: absolute;
  width: 39px;
  height: 6px;
  background: #b8271e;
  left: 35px;
  bottom: 0;
}
.index-contact .right ul li {
  font: 16px "微软雅黑";
  color: #fff;
  padding-left: 35px;
  margin-bottom: 25px;
  word-break: break-all;
}
.index-contact .right ul li i{
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	margin-right: 15px;
}
.index-contact .right ul li:last-of-type {
  margin-bottom: 0;
}
#footer .footer-top {
  padding: 30px 0 40px;
  background: #242424;
}
#footer .footer-top .container {
  font-size: 0;
}
#footer .footer-top .container .item {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .container .item:nth-of-type(1) {
  width: 18%;
}
#footer .footer-top .container .item:nth-of-type(2) {
  width: 38%;
  padding-right: 45px;
}
#footer .footer-top .container .item:nth-of-type(2) ul{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}
#footer .footer-top .container .item:nth-of-type(3) {
  width: 25%;
}
#footer .footer-top .container .item:nth-of-type(4) {
  width: 19%;
}
#footer .footer-top .container .item:nth-of-type(4) .share {
  margin-bottom: 15px;
}
#footer .footer-top .container .item:nth-of-type(4) .share i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #969799;
  text-align: center;
  color: #000;
  line-height: 36px;
  font-size: 25px;
  border-radius: 3px;
  margin-right: 8px;
}
#footer .footer-top .container .item:nth-of-type(4) .erweima{
  width: 150px;
  padding: 5px;
  background: #fff;
}
#footer .footer-top .container .item:nth-of-type(4) .erweima img{
  width: 100%;
}
#footer .footer-top .container .item p {
  font: 18px "微软雅黑";
  color: #fff;
  opacity: 0.55;
  margin-bottom: 20px;
}
#footer .footer-top .container .item ul li {
  font: 12px "微软雅黑";
  color: #fff;
  opacity: 0.5;
  margin-bottom: 10px;
}
#footer .footer-top .container .item ul li a:hover {
  color: #b8271e;
}
#footer .footer-top .container .item ul li:last-of-type {
  margin-bottom: 0;
}
#footer .footer-bottom {
  padding: 15px;
  background: #2b2b2b;
  font: 12px "微软雅黑";
  color: #fff;
  text-align: center;
}
#footer .footer-bottom a:hover {
  color: #b8271e;
}
.chat{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.chat .item{
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}
.chat .item:last-of-type{
  margin-bottom: 0;
}
.chat .item i{
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.chat .item .info{
  position: absolute;
  right: 120%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  padding-right: 15px;
  font-size: 16px;
  color: #000;
  transition: .3s ease;
}
.chat .item .info .inner{
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 200px;
}
.chat .item .info .inner .qq{
  vertical-align: middle;
  margin-right: 10px;
}
.chat .item .info .inner>img{
  width: 100%;
}
.chat .item:hover .info{
  right: 100%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  #header .h-top {
    display: none;
  }
  #header .nav {
    padding: 8px 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  }
  #header .nav .container {
    height: auto;
  }
  #header .nav .container .menu-box {
    display: none;
  }
  #header .nav .container .search-btn {
    display: none;
  }
  #header .nav .container .logo {
    transform: translate(0, 0);
    width: 100%;
    text-align: center;
  }
  #header .nav .container .logo img {
    width: 120px;
  }
  #header .nav .container .toggle-btn {
    display: block;
  }
  #header .toggle-nav {
    display: block;
  }
  .index-banner {
    margin-top: 52px;
  }
  .index-banner .swiper-slide {
    height: 500px;
  }
  .index-banner .swiper-slide .container .inner {
    max-width: 100%;
    width: 100%;
  }
  .index-banner .swiper-slide .container .inner p:nth-of-type(1) {
    font-size: 25px;
    line-height: 35px;
  }
  .index-banner .swiper-slide .container .inner p:nth-of-type(2) {
    margin: 20px 0;
  }
  .index-banner #banner-prev,
  .index-banner #banner-next {
    display: none;
  }
  .index-product .ip-top .container .grid-box .column .inner .inner-info p:nth-of-type(1) {
    font-size: 18px;
  }
  .index-product .ip-top .container .grid-box .column .inner .inner-info p:nth-of-type(2) {
    font-size: 18px;
  }
  .index-about .container {
    justify-content: space-around;
  }
  .index-contact .left {
    width: 100%;
    float: none;
  }
  .index-contact .right {
    width: 100%;
    float: none;
    padding: 40px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #footer .footer-top .container .item {
    width: 100%!important;
    margin-bottom: 40px;
  }
  #footer .footer-top .container .item:last-of-type {
    margin-bottom: 0;
  }
  #footer .footer-top .container .item:nth-of-type(2) {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .index-banner .swiper-slide {
    height: 300px;
  }
  .index-banner .swiper-slide .container .inner p:nth-of-type(1) {
    font-size: 16px;
    line-height: 25px;
  }
  .index-banner .swiper-slide .container .inner p:nth-of-type(2) {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
  }
  .index-banner .swiper-slide .container .inner a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .index-product .ip-top {
    padding: 40px 0;
  }
  .index-product .ip-top .container .grid-box .column .inner {
    height: 180px;
  }
  .index-product .ip-top .container .grid-box .column .inner img {
    display: none;
  }
  .index-product .ip-top .container .grid-box .column .inner .inner-info p:nth-of-type(1) {
    font-size: 16px;
  }
  .index-product .ip-top .container .grid-box .column .inner .inner-info p:nth-of-type(2) {
    font-size: 16px;
  }
  .index-product .ip-bottom .container .list {
    padding-bottom: 0;
  }
  .index-product .ip-bottom .container .list #ip-page {
    display: none;
  }
  .index-product .ip-bottom .container .tit p:nth-of-type(1) {
    font-size: 20px;
  }
  .index-product .ip-bottom .container .tit p:nth-of-type(2) {
    font-size: 20px;
  }
  .index-about .container .item {
    margin-bottom: 40px;
  }
  .index-about .container .item:last-of-type {
    margin-bottom: 0;
  }
  .index-about .container .item .inner p:nth-of-type(1) {
    font-size: 20px;
  }
  .index-news .container .tit p:nth-of-type(1) {
    font-size: 20px;
  }
  .index-news .container .tit p:nth-of-type(2) {
    font-size: 20px;
  }
  .index-contact .left {
    height: 250px;
  }
  .index-contact .right .tit {
    font-size: 20px;
  }
  .index-contact .right ul li {
    font-size: 14px;
  }
  .index-contact .right {
    padding: 40px 15px;
  }
}
#cs{
  width: 100%;
}
#cs tr td{
  padding: 5px;
  font-size: 16px;
  border: 1px solid #000;
}
.wpulike{
  display: inline-block;
  margin-right: 15px;
}
.inner-banner img{
  width: 100%;
}

.inner-page {
    background: #eff3f6;
    padding-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.inner-page .bread-crumbs {
    padding: 15px 0 10px;
}

.inner-page .bread-crumbs,
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
    font-size: 12px;
    color: #a4a7a8;
}

.inner-page .bread-crumbs a:first-child {
    color: #adb3b7;
    font-size: 16px;
}

.inner-page .bread-crumbs a:hover {
    color: #b8271e;
}

.inner-page .sidebar {
    width: 23.3%;
}

.inner-page .sidebar .side-top,
.inner-page .sidebar .side-contact {
    padding: 26px 26px 32px 20px;
    background: #fff;
    border: 1px solid #dbe4eb;
}

.inner-page .sidebar .side-tit {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.inner-page .sidebar .side-top .side-menu {
    padding: 8px 0;
}

.inner-page .sidebar .side-top .side-menu li {
    margin-bottom: 3px;
}

.inner-page .sidebar .side-top .side-menu li a {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: #fafafa;
    color: #000000;
    font-size: 14px;
    padding: 0 20px;
    display: block;
}
.inner-page .sidebar .side-top .side-menu li .children{
	display: none;
}
.inner-page .sidebar .side-top .side-menu li .children li a{
	padding-left: 40px;
}

.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
    background: #b8271e;
    color: #fff;
}

.inner-page .sidebar .side-contact {
    margin-top: 19px;
    padding-right: 35px;
    padding-left: 19px;
}

.inner-page .sidebar .side-contact .side-tit {
    margin-bottom: 13px;
}

.inner-page .sidebar .side-contact li:first-child {
    border-top: 1px dashed #d1d1d1;
}

.inner-page .sidebar .side-contact li {
    padding: 20px 0 18px;
    border-bottom: 1px dashed #d1d1d1;
}

.inner-page .sidebar .side-contact li i.icon {
    float: left;
    width: 8%;
    font-size: 16px;
}

.inner-page .sidebar .side-contact li span {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #000000;
    word-break: break-all;
}

.inner-page .page-right-bar {
    width: 74%;
}

.inner-page .page-right-bar .bucuodes a {
    color: rgba(0, 0, 0, 0.87);
}

.inner-page .piclist li .litit {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-top: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
}

.inner-page .piclist li .liintro {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}

.inner-page .piclist li:hover .litit {
    color: #b8271e;
}

#history{
  margin: 80px 0;
  position: relative;
}
#history:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #666666;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#history .swiper-slide{
  max-width: 200px;
  position: relative;
  min-height: 185px;
}
#history .swiper-slide:after{
  content: "";
  position: absolute;
  width: 8px;
  height: 89px;
  background: url(../images/line.png) no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#history .swiper-slide:nth-of-type(2n):after{
  top: -89px;
}
#history .swiper-slide:nth-of-type(2n-1):after{
  bottom: -89px;
}
#history .swiper-slide p:nth-of-type(1){
  font: bold 20px r;
  color: #404040;
}
#history .swiper-slide p:nth-of-type(2){
  font: 16px/30px r;
  color: #666666;
}
#history .swiper-slide:nth-of-type(2n){
  margin-top: 353px;
}
#history .swiper-slide:not(:first-of-type){
  margin-left: -50px;
}
#history #history-l,
#history #history-r{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0,0,0,.08);
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
}
#history #history-l i,
#history #history-r i{
  font-size: 20px;
  color: #000;
  line-height: 50px;
}
.partner-page .container>p{
  font-size: 16px;
  line-height: 30px;
}
.partner-page .container .tit{
  margin-bottom: 30px;
}
.partner-page .container .tit p:nth-of-type(1){
  font: 38px r;
  color: #007955;
  text-align: center;
}
.partner-page .container .tit p:nth-of-type(2){
  font: 22px r;
  color: #666;
  text-align: center;
  margin-bottom: 25px;
}
.partner-page .container .tit p:nth-of-type(3){
  max-width: 720px;
  margin: 0 auto;
  font: 14px/24px r;
  color: #666;
  text-align: left;
}
.partner-page .container .list{
  position: relative;
}
.partner-page .container .list #partner{
  padding: 10px;
}
.partner-page .container .list #partner .swiper-slide img{
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.partner-page .container .list #partner .swiper-slide p{
  font: 14px/25px r;
  color: #000;
  text-align: center;
	margin-top: 15px;
}
.partner-page .container .list #partner-l{
  left: -20px;
}
.partner-page .container .list #partner-r{
  right: -20px;
}

.about-page .about-artical img {
    width: auto;
    max-width: 100%;
}

.about-page .about-artical p {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px;
}

.product-page .piclist ul {
    font-size: 0;
    margin: 0 -10px;
}

.product-page .piclist li {
    margin-bottom: 20px;
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.product-page .piclist li h3 {
    color: #000;
}

.product-page .piclist li .layer-box {
    display: none!important;
}

.i-pro-load-img {
    position: absolute;
    top: 100px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
}

.product-page .piclist li h3 {
    display: block;
    text-align: left;
    padding-top: 15px;
    border-top: 1px solid #000;
    font-size: 15px;
    margin-top: 16px;
}

.product-page .piclist li h3 a {
    color: #333;
}

.prodet-page .product-details .prodet-top-l {
    width: 45%;
}

.prodet-page .product-details .prodet-top-l img {
    width: 100%;
}

.prodet-page .product-details .prodet-top-l ul.image-gallery {
    margin-top: 20px;
}

.prodet-page .product-details .prodet-top-l ul.image-gallery li {
    float: left;
    width: 15%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 0;
}

.prodet-page .product-details .prodet-top-r {
    position: relative;
    width: 50%;
}

.prodet-page .product-details .prodet-top-r h1.protit {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.prodet-page .product-details .prodet-top-r .prodetail {
    margin: 20px 0 30px;
    font-size: 14px;
}

.prodet-page .product-details .prodet-top-r .prodetail p {
    line-height: 2em;
}

.prodet-page .product-details .prodet-top-r a.pro-mes {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    color: #fff;
    width: 195px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #b8271e;
}

.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
    background: #000;
}

.prodet-page .product-details .prodet-top,
.cn-form,
.recommend-product {
    display: inline-block;
    width: 100%;
}

.prodet-page .pro-title {
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #b8271e;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.prodet-page .prodet-details {
    margin-top: 50px;
    margin-bottom: 20px;
}

.prodet-page .prodet-details p {
    line-height: 2em;
    font-size: 14px;
}

.prodet-page .prodet-details .prodet-information{
    overflow: auto;
}

.news-page .newslist li {
    padding: 0 10px 8px 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.news-page .newslist li .new-l {
    width: 25%;
}

.news-page .newslist li .new-r {
    width: 100%;
}

.news-page .newslist li .new-r h3 {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
    color: #777;
    font-size: 13px;
}

.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}

.news-page .newslist li .new-r p.new-abst {
    line-height: 1.8em;
    font-size: 14px;
}

.news-page .newslist li .new-r:hover h3 {
    color: #b8271e;
}

.news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}

.news .news_abst p {
    display: inline-block;
}

.news .news_contents {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}

.news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}

.news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}

.news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}

.news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000000;
}

.news .newsnav {
    margin-bottom: 30px;
}

.contact-page {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-page img {
    width: auto;
}

.side-contact-btn {
    background: #b8271e;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
}

.side-contact-btn:hover {
    background: #222;
    color: #fff;
}

.contact-page .cn-form {
    width: 67%;
    float: left;
    padding: 25px 35px 15px;
}

.contact-page .contact-details {
    background: #fff;
    width: 30%;
    padding: 30px;
    border: 6px solid #f2f2f2;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.contact-page .contact-details h3.contact-title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    color: #444;
    padding-bottom: 15px;
}

.contact-page .contact-details .contact-list h5 {
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.contact-page .contact-details .contact-list p {
    font-size: 14px;
    line-height: 2em;
}

.contact-page .contact-details .contact-list a {
    color: #333;
}

.contact-page .contact-details .contact-list a:hover {
    color: #0250a9;
}

.lg-page .piclist ul {
    font-size: 0;
    margin: 0 -10px;
}

.lg-page .piclist li {
    cursor: pointer;
    margin-bottom: 20px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 0 10px;
}

.lg-page .piclist li img {
    width: 100%;
}

.lg-page .piclist li h3 {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.case-page .case-list li {
    margin-bottom: 18px;
    padding: 10px;
    background: #F5F5F5;
}

.case-page .case-list li img {
    float: left;
    width: 30%;
}

.case-page .case-list li .fr {
    width: 65%;
}

.case-page .case-list li .fr h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #b8271e;
    text-transform: uppercase;
    margin: 15px 0 30px;
}

.case-page .case-list li .fr p {
    font-size: 13px;
    color: #222;
    line-height: 1.8em;
}

.cn-form {
    width: 100%;
    height: auto;
    padding: 35px 45px 25px;
    border: 1px solid #dddddd;
    background: #fff;
}

.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}

.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}

.cn-form li {
    margin-bottom: 13px;
    color: #444;
}

.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #b8271e;
    border: none;
    cursor: pointer;
    color: #fff;
}

.cn-form .btnTjly:hover {
    background: #000;
}

.cn-form .m-form-l {
    width: 49%;
}

.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}

.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}

.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}

.cn-form .m-form-r {
    width: 49%;
}

.cn-form .m-form-r textarea {
    height: 315px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}

.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.cn-form .yzm img {
    width: 19.4%;
    display: inline-block;
}

.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

.recommend-product {
    margin: 50px 0;
}

.recommend-product ul {
    margin: 0 -10px;
    font-size: 0;
}

.recommend-product ul li {
    width: 25%;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.recommend-product ul li p {
    color: #222;
    margin-top: 8px;
    text-align: center;
}

.recommend-product ul li:first-child {
    margin-left: 0;
}

.zoom-box {
    position: relative;
}

.zoom-box .pic-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}

.zoom-box:hover .pic-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}

.zoom-pic {
    overflow: hidden;
}

.zoom-pic img {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}

.zoom-pic img:hover {
    transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}

.white-zoom {
    position: relative;
}

.white-zoom:after {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content: '';
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
}

@media screen and (min-width: 768px) {
    .around-line>li {
        float: left;
        position: relative;
        cursor: pointer;
    }
    .around-line>li>a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
    .around-line>li:before,
    .around-line>li:after {
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        position: absolute;
    }
    .around-line>li:before {
        top: 0;
        left: 0;
        right: 100%;
        bottom: 100%;
        border-top: 1px solid rgba(0, 148, 217, 0.8);
        border-left: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line>li:after {
        right: 0;
        bottom: 0;
        top: 100%;
        left: 100%;
        border-bottom: 1px solid rgba(0, 148, 217, 0.8);
        border-right: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line>li:hover:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li:hover:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li.active:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li.active:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
}

.m-page a,
.m-page span {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: normal;
    text-shadow: 0 1px #fff;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}

.m-page a {
    text-decoration: none;
    color: #000;
}

.m-page a:first-child {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.m-page a:last-child {
    margin-right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.m-page a:hover {
    color: #fff;
    background: #b8271e;
}

.m-page a:active {
    background: #b8271e;
}

.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #b8271e;
}

#pic-zoom,
.zoom-pic {
    border: 1px solid #ddd;
}

div.wpcf7 img.ajax-loader {
    width: auto;
    display: block;
    margin: 5px auto 0;
}

.inner-tit {
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
}

.faq-page .faq-list dt {
    font-size: 16px;
    color: #b8271e;
    margin-bottom: 10px;
}

.faq-page .faq-list dd {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.visit-head {
    text-align: center;
    margin: 34px 0 45px;
}

.visit-head h3 {
    font-size: 24px;
    color: #000000;
}

.visit-head p {
    color: #666666;
    margin-top: 4px;
}

.c-jtgj {
    text-align: center;
    font-size: 0;
    margin: 0 -10px;
    padding-bottom: 30px;
}

.c-jtgj>.column {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 0 10px;
}

.c-jtgj>.column .img {
    width: 89px;
    height: 89px;
    line-height: 89px;
    overflow: hidden;
    border: 2px solid #aec0cd;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 28px;
}

.c-jtgj>.column .img img {
    display: inline-block;
}

.c-jtgj>.column h3 {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 18px 0 13px;
}

.c-jtgj>.column p {
    color: #666666;
    line-height: 24px;
}

.main-map {
    display: inline-block;
    width: 100%;
}

#mapContainer {
    margin-bottom: -5px;
}

.button-group .button {
    background: #b8271e !important;
}

.cn-form .m-form-r .pcsb {
    display: none !important;
}

@media screen and (max-width: 1000px) {
.inner-banner{
  display: none;
}
.inner-page .bread-crumbs{
  display: none;
}

.inner-page{
  padding-top: 90px;
}

    .inner-page .sidebar {
        display: none;
    }
    .inner-page .page-right-bar {
        width: 100%;
    }
    .prodet-page .product-details .prodet-top-l,
    .prodet-page .product-details .prodet-top-r {
        width: 100%;
    }
    .prodet-page .product-details .prodet-top-r {
        padding-top: 30px;
    }
    .recommend-product ul li {
        width: 33.333%;
    }
    .recommend-product ul li:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 992px) {
  .inner-banner{
    margin-top: 52px;
  }
}

@media screen and (max-width: 700px) {
    .c-jtgj>.column {
        width: 100%;
        padding-bottom: 15px;
    }
    .cn-form .m-form-l,
    .cn-form .m-form-r {
        width: 100%;
    }
    .cn-form .m-form-r {
        padding-top: 10px;
    }
    .cn-form .m-form-r textarea {
        height: 150px !important;
    }
    .cn-form .m-form-l .pcsb {
        display: none !important;
    }
    .cn-form .m-form-r .pcsb {
        display: block !important;
    }
    .cn-form,
    .contact-page .cn-form {
        padding: 20px 10px;
    }
    .button-group .button:nth-child(2) {
        display: none !important;
    }
    #mapContainer {
        height: 300px !important;
    }
    .news-page .newslist li {
        padding: 0 0 8px 0;
    }
    .product-page .piclist li,
    .lg-page .piclist li {
        width: 50%;
    }
    .recommend-product ul li {
        width: 50%;
        display: inline-block !important;
        padding-bottom: 15px;
    }
    .inner-page {
        padding-bottom: 20px;
    }
    .partner-page .container .tit p:nth-of-type(1){
      font-size: 25px;
    }
    .partner-page .container .list #partner-l,
    .partner-page .container .list #partner-r{
      display: none;
    }
}


#banner #wowslider-container1 .ws_bullets, #banner #wowslider-container1 .ws_playpause {
    display: none;
}
#banner #wowslider-container1 .ws-title {
    width: auto!important;
    right: 15%;
    top: 28%;
    color: #fff;
}
#banner #wowslider-container1 .ws-title.the_last {
    left: 15%;
}
#banner #wowslider-container1 .ws-title h3 {
    text-transform: uppercase;
    line-height: 72px;
    color: rgb(255, 255, 255);
    font: bold 42px / 59px 微软雅黑;
}
#banner #wowslider-container1 .ws-title h3 i {
    color: #dd180b;
    font-size: 60px;
}
#banner #wowslider-container1 .ws-title p {
    line-height: 30px;
    font: bold 16px/22px arial;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 60px;
}
#banner #wowslider-container1 .ws-title a {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    display: block;
    width: 191px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #b8271e;
}
#banner #wowslider-container1 .ws-title a .icon {
    font-size: 14px;
    margin-left: 15px;
}
#banner #wowslider-container1 .ws-title a:hover {
    background: #000;
}


.pro-name{
  right: 0;
  bottom: 0;
  padding: 5px;
}